home *** CD-ROM | disk | FTP | other *** search
- Path: crl.crl.com!not-for-mail
- From: bobfry@crl.com (Robert Fry)
- Newsgroups: comp.lang.c
- Subject: Re: C romize
- Date: 31 Jan 1996 08:37:31 -0800
- Organization: CRL Dialup Internet Access
- Message-ID: <4eo5sb$99q@crl.crl.com>
- References: <DM0s00.DEA@news.zippo.com>
- NNTP-Posting-Host: crl.com
-
- far@solarium.cs.buap.mx writes:
-
- >How can I write code in C, Romable ?
-
- C doesn't know the difference between ROM and RAM, nor whether or not
- it's going to go to one or the other. Some compilers, however, can
- produce code that is designed for one or the other, usually by a compiler
- switch (or set of switches).
-
- You might check in a DOS-specific newsgroup, or one for your compiler,
- but this newsgroup is less likely to have your answer, since most of its
- readers won't be using your compiler, and many won't be using DOS.
-
- Good luck.
- Bob
-